- l:[float] specifies the position of the left edge of the area as a floating point number.
- t:[float] specifies the position of the top edge of the area as a floating point number.
- r:[float] specifies the position of the right edge of the area as a floating point number.
- b:[float] specifies the position of the bottom edge of the area as a floating point number.
*/
class ContentArea : public Property
{
public:
ContentArea() : Property(
"ContentArea",
"Property to get/set the current content area rectangle of the content pane. Value is \"l:[float] t:[float] r:[float] b:[float]\" (where l is left, t is top, r is right, and b is bottom).",
- l:[float] specifies the position of the left edge of the area as a floating point number.
- t:[float] specifies the position of the top edge of the area as a floating point number.
- r:[float] specifies the position of the right edge of the area as a floating point number.
- b:[float] specifies the position of the bottom edge of the area as a floating point number.
*/
class ChildExtentsArea : public Property
{
public:
ChildExtentsArea() : Property(
"ChildExtentsArea",
"Property to get the current content extents rectangle. Value is \"l:[float] t:[float] r:[float] b:[float]\" (where l is left, t is top, r is right, and b is bottom).",